From dedab98bbb94d86f4713098a41eb1db281d72c47 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 14 Nov 2015 19:03:10 -0500 Subject: [PATCH] testsuite: Skip GtkFileChooserNative for notification tests Like all the other GtkFileChooser implementations, this one emits some unneeded notifications. --- testsuite/gtk/notify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 6ef29f9300..e15a4a886e 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -407,6 +407,7 @@ test_type (gconstpointer data) if (g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_BUTTON) || g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_DIALOG) || g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_WIDGET) || + g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_NATIVE) || g_type_is_a (type, GTK_TYPE_PLACES_SIDEBAR)) return; -- 2.30.2